1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmReturn_PRINT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.cmdcancel = New System.Windows.Forms.Button
26         Me.cmdprint = New System.Windows.Forms.Button
27         Me.dtto = New System.Windows.Forms.DateTimePicker
28         Me.GroupBox1 = New System.Windows.Forms.GroupBox
29         Me.rbcustomer = New System.Windows.Forms.RadioButton
30         Me.rbreturnstocks = New System.Windows.Forms.RadioButton
31         Me.dtfrom = New System.Windows.Forms.DateTimePicker
32         Me.Label2 = New System.Windows.Forms.Label
33         Me.Label1 = New System.Windows.Forms.Label
34         Me.GroupBox1.SuspendLayout()
35         Me.SuspendLayout()
36         
'
37         
'cmdcancel
38         
'
39         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
40         Me.cmdcancel.Location = New System.Drawing.Point(
263, 62)
41         Me.cmdcancel.Name =
"cmdcancel"
42         Me.cmdcancel.Size = New System.Drawing.Size(
75, 27)
43         Me.cmdcancel.TabIndex =
6
44         Me.cmdcancel.Text =
"&Cancel"
45         Me.cmdcancel.UseVisualStyleBackColor = True
46         
'
47         
'cmdprint
48         
'
49         Me.cmdprint.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
50         Me.cmdprint.Location = New System.Drawing.Point(
263, 35)
51         Me.cmdprint.Name =
"cmdprint"
52         Me.cmdprint.Size = New System.Drawing.Size(
75, 25)
53         Me.cmdprint.TabIndex =
5
54         Me.cmdprint.Text =
"&Print"
55         Me.cmdprint.UseVisualStyleBackColor = True
56         
'
57         
'dtto
58         
'
59         Me.dtto.CalendarFont = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
60         Me.dtto.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
61         Me.dtto.Location = New System.Drawing.Point(
55, 68)
62         Me.dtto.Name =
"dtto"
63         Me.dtto.Size = New System.Drawing.Size(
202, 21)
64         Me.dtto.TabIndex =
4
65         
'
66         
'GroupBox1
67         
'
68         Me.GroupBox1.Controls.Add(Me.rbcustomer)
69         Me.GroupBox1.Controls.Add(Me.rbreturnstocks)
70         Me.GroupBox1.Controls.Add(Me.cmdcancel)
71         Me.GroupBox1.Controls.Add(Me.cmdprint)
72         Me.GroupBox1.Controls.Add(Me.dtto)
73         Me.GroupBox1.Controls.Add(Me.dtfrom)
74         Me.GroupBox1.Controls.Add(Me.Label2)
75         Me.GroupBox1.Controls.Add(Me.Label1)
76         Me.GroupBox1.Location = New System.Drawing.Point(
2, 3)
77         Me.GroupBox1.Name =
"GroupBox1"
78         Me.GroupBox1.Size = New System.Drawing.Size(
346, 99)
79         Me.GroupBox1.TabIndex =
3
80         Me.GroupBox1.TabStop = False
81         
'
82         
'rbcustomer
83         
'
84         Me.rbcustomer.AutoSize = True
85         Me.rbcustomer.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
86         Me.rbcustomer.Location = New System.Drawing.Point(
128, 15)
87         Me.rbcustomer.Name =
"rbcustomer"
88         Me.rbcustomer.Size = New System.Drawing.Size(
137, 17)
89         Me.rbcustomer.TabIndex =
8
90         Me.rbcustomer.TabStop = True
91         Me.rbcustomer.Text =
"Return to Customer"
92         Me.rbcustomer.UseVisualStyleBackColor = True
93         
'
94         
'rbreturnstocks
95         
'
96         Me.rbreturnstocks.AutoSize = True
97         Me.rbreturnstocks.Checked = True
98         Me.rbreturnstocks.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
99         Me.rbreturnstocks.Location = New System.Drawing.Point(
10, 15)
100         Me.rbreturnstocks.Name =
"rbreturnstocks"
101         Me.rbreturnstocks.Size = New System.Drawing.Size(
105, 17)
102         Me.rbreturnstocks.TabIndex =
7
103         Me.rbreturnstocks.TabStop = True
104         Me.rbreturnstocks.Text =
"Return Stocks"
105         Me.rbreturnstocks.UseVisualStyleBackColor = True
106         
'
107         
'dtfrom
108         
'
109         Me.dtfrom.CalendarFont = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.dtfrom.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.dtfrom.Location = New System.Drawing.Point(
55, 41)
112         Me.dtfrom.Name =
"dtfrom"
113         Me.dtfrom.Size = New System.Drawing.Size(
202, 21)
114         Me.dtfrom.TabIndex =
3
115         
'
116         
'Label2
117         
'
118         Me.Label2.AutoSize = True
119         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
120         Me.Label2.Location = New System.Drawing.Point(
25, 68)
121         Me.Label2.Name =
"Label2"
122         Me.Label2.Size = New System.Drawing.Size(
30, 14)
123         Me.Label2.TabIndex =
2
124         Me.Label2.Text =
"To :"
125         
'
126         
'Label1
127         
'
128         Me.Label1.AutoSize = True
129         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
130         Me.Label1.Location = New System.Drawing.Point(
10, 46)
131         Me.Label1.Name =
"Label1"
132         Me.Label1.Size = New System.Drawing.Size(
45, 14)
133         Me.Label1.TabIndex =
1
134         Me.Label1.Text =
"From :"
135         
'
136         
'FrmReturn_PRINT
137         
'
138         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
139         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
140         Me.ClientSize = New System.Drawing.Size(
353, 108)
141         Me.Controls.Add(Me.GroupBox1)
142         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
143         Me.Name =
"FrmReturn_PRINT"
144         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
145         Me.Text =
"Return Stocks - Print Option"
146         Me.GroupBox1.ResumeLayout(False)
147         Me.GroupBox1.PerformLayout()
148         Me.ResumeLayout(False)
149
150     End Sub
151     Friend WithEvents cmdcancel As System.Windows.Forms.Button
152     Friend WithEvents cmdprint As System.Windows.Forms.Button
153     Friend WithEvents dtto As System.Windows.Forms.DateTimePicker
154     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
155     Friend WithEvents rbcustomer As System.Windows.Forms.RadioButton
156     Friend WithEvents rbreturnstocks As System.Windows.Forms.RadioButton
157     Friend WithEvents dtfrom As System.Windows.Forms.DateTimePicker
158     Friend WithEvents Label2 As System.Windows.Forms.Label
159     Friend WithEvents Label1 As System.Windows.Forms.Label
160 End Class


Gõ tìm kiếm nhanh...